Class SoftClassNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.thevpc.common.prs.softreflect.SoftClassNotFoundException
All Implemented Interfaces:
Serializable

public class SoftClassNotFoundException extends RuntimeException
Author:
thevpc
See Also:
  • Constructor Details

    • SoftClassNotFoundException

      public SoftClassNotFoundException(Throwable cause)
    • SoftClassNotFoundException

      public SoftClassNotFoundException(String message, Throwable cause)
    • SoftClassNotFoundException

      public SoftClassNotFoundException(String message)
    • SoftClassNotFoundException

      public SoftClassNotFoundException()