Class SecDispatcherException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.sonatype.plexus.components.sec.dispatcher.SecDispatcherException
-
- All Implemented Interfaces:
java.io.Serializable
public class SecDispatcherException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecDispatcherException()
SecDispatcherException(java.lang.String message)
SecDispatcherException(java.lang.String message, java.lang.Throwable cause)
SecDispatcherException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
SecDispatcherException
public SecDispatcherException()
-
SecDispatcherException
public SecDispatcherException(java.lang.String message)
-
SecDispatcherException
public SecDispatcherException(java.lang.Throwable cause)
-
SecDispatcherException
public SecDispatcherException(java.lang.String message, java.lang.Throwable cause)
-
-